home *** CD-ROM | disk | FTP | other *** search
- @echo off
- @echo Rebuilding Key files
- rem change to the proper directory
- cd %3
- rem set the country table
- echo ignorecase>%3\vista.ctb
- rem rename the files
- ren %4.* %5.*
- echo Keyfile1 > %5.k01
- echo Keyfile2 > %5.k02
- echo Keyfile3 > %5.k03
- %1 %5
- rem rename the files back
- ren %5.* %4.*
- rem clean up
- del vista.ctb
- cd %2
-
-